home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / emulation / dos2amiga / dos2amiga.doc < prev    next >
Text File  |  1999-04-19  |  1KB  |  41 lines

  1. DOS2Amiga V1.0 (C) 1999 Paul Qureshi
  2.  
  3. *FREEWARE*
  4.  
  5. This program converts DOS 8.3 filenames back to Win95 file names. It works
  6. by using a conversion file that can be easily generated.
  7.  
  8. Syntax: DOS2Amiga [<directory>[,<directory>[,<directory>..]]]
  9.  
  10. The first way to make the file is to use the DOS dir command. Go into the
  11. directory containing the files you want to convert and type this at a DOS
  12. prompt:
  13.  
  14. dir >dir.txt
  15.  
  16. Assuming you have DOS 6 and Win95 this will generate a file with both the
  17. DOS 8.3 names and Win95 names. The other way to create the conversion file
  18. is to use an AmigaDOS list command. Mount an XFS device for the disk and
  19. use an AmigaDOS shell to move into the directory containing the files you
  20. want to convert. Type this:
  21.  
  22. list LFORMAT '%c %n' >list.text
  23.  
  24. When you have one of these files, simply copy all the files (including the
  25. dir.txt or the list.text) onto an AmigaDOS partition. Then type:
  26.  
  27. DOS2Amiga <directory>
  28.  
  29. whare <directory> is the directory whare you copied the files to. You can
  30. alternativly move into that directory in an AmigaDOS shell and just type
  31.  
  32. DOS2Amiga
  33.  
  34. The filenames should be converted.
  35.  
  36.  
  37. I can be mailed at paul@mc68k.demon.co.uk
  38.  
  39. Paul Qureshi
  40. - Intel Outside -
  41.